GdipAddPathBezier (gdiplus)
Last changed: -193.243.218.253

.
Summary
TODO - a short description

C# Signature:

[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int GdipAddPathBezier(HandleRef path, float x1, float y1,
   float x2, float y2, float x3, float y3, float x4, float y4);

VB Signature:

Declare Function GdipAddPathBezier Lib "gdiplus.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation